//==============================================================================
// Oak tree_anim.txt
//==============================================================================

//==============================================================================
define Stump
{
   set hotspot
   {
      version
      {
//         Visual World G Oak Stump
      }
   }  
}

//==============================================================================
define Roots
{
   set hotspot
   {
      version
      {
//         Visual World A Tree Root
      }
   }  
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 1 dead
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 2 dead
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha small 1 dead
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 1 dead_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 2 dead_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha small 1 dead_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.29 false TreeFalling checkVisible 
//-- end auto generated section
				connect ATTACHPOINT Stump HOTSPOT
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 1 dead
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha large 2 dead
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual world n pine alpha small 1 dead
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
   }
}